switch: Remove hack to change text size
authorBenjamin Otte <otte@redhat.com>
Thu, 6 Dec 2012 01:54:18 +0000 (02:54 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 6 Dec 2012 01:57:18 +0000 (02:57 +0100)
commit82a61069200f72dd23cb82ff6d7877e1bf43beb3
tree3e488c353d4dbecacbdf07fb32aa5301062f5ced
parent1b1f4da5c7051bbdf29541e3b4d4b3a6e6f9b720
switch: Remove hack to change text size

The same effect can now be achieved via
  .switch { font-size: smaller; }
so there is no need to hardcode things.
gtk/gtkswitch.c